home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / demos / 26 / pascal / read.me < prev    next >
Encoding:
Text File  |  1986-06-19  |  2.7 KB  |  76 lines

  1. BNCHMK.TXT
  2.  
  3.     Keywords: PERSONAL PASCAL TURBO BENCHMARK AT IBM
  4.     
  5.     This is four benchmarks performed on the Atari ST running OSS, Inc.
  6.     Personal Pascal versus an IBM PC AT running Borland International Turbo
  7.     Pascal.  Code is included for each of the tests.  IBM PC AT tests were run
  8.     at both 6 and 8 MHz. clock speeds.  Tests cover integer math, recursion,
  9.     floating point, and trig/transcendental math operations.  Try these 
  10.     benchmark programs with your version to see how your figures compare.  The
  11.     test programs are included in the text.
  12.     
  13.  
  14. CUBE.PAS
  15.  
  16.     Keywords: PASCAL DEMO SCREEN SWAPING 3D ROTATION
  17.     
  18.     3d rotating cube (all 3 dimensions) real claim to fame is using two (2)
  19.     screen areas for smooth animation effects
  20.     
  21.  
  22. CURSOR.PAS
  23.  
  24.     This is another file from the OSS BBS.  This file includes cursor handling
  25.     routines for TOS programs.  A number of these routines are Turbo PASCAL
  26.     compatible so let's start converting those programs.
  27.  
  28.  
  29. CURSTEST.PAS
  30.  
  31.      This is yet another file from the OSS BBS.  This is an example program 
  32.      using the cursor positioning routines from CURSOR.PAS.
  33.  
  34.  
  35. PASFIX1.PAS
  36.  
  37.     This file comes from the OSS BBS and is the latest bug fix program as of
  38.     5/14/86.  Compile it and run it on the disk to be updated - not your 
  39.     original use a copy to be safe.  This is another bug fix update for OSS
  40.     Pascal.  I sure wish that the bug fix files were named different.
  41.  
  42.  
  43. PFORMA.PAS
  44.  
  45.     Keywords: PASCAL REFORMAT
  46.     
  47.     This program takes a pascal source file and reformats it to optional styles
  48.     (upper case / lower case / borland convention. This conversion concentrated
  49.     on installing Alert Boxes, and Dialog Boxes.
  50.     
  51.  
  52. PRNTSRC2.PAS
  53. PRNTSRC2.PRG
  54.  
  55.     This is version 2 of Print Source(prntsrc.pas). This program does as before,
  56.     print source code from the Personal Pascal Manager, but have added 
  57.     procedures for formatting, deleting, renaming, and copying. However, I have
  58.     some problems with the formatting, formats fine, but program crashes, any 
  59.     help out there? I have not fully documented, debugged, and cleaned-up the 
  60.     program. Enjoy!   This program uses the GEM interface and fits nicely in 
  61.     with Personal Pascal.  Hopefully, he will get his bugs fixed soon, but
  62.     it is still a good demonstration program of file operations from within
  63.     Personal Pascal.  The other operations seem to work so this is a nice 
  64.     addition to your Pascal disk.
  65.  
  66.  
  67. SPR2.PAS
  68. SPRITE.PAS
  69.  
  70.     Keywords: SCREEN MEMORY RASTER COPY PASCAL
  71.     
  72.     
  73.             Here is a Personal Pascal program to demonstrate raster copies to
  74.     and from an off screen memory image.  Needs to be linked to a second module
  75.     spr2.pas. 
  76.